projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56ad32e
)
Support *-sco3.2v4* as opsystem.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 6 May 1993 18:42:47 +0000
(18:42 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 6 May 1993 18:42:47 +0000
(18:42 +0000)
configure1.in
patch
|
blob
|
history
diff --git
a/configure1.in
b/configure1.in
index 1a3915b019dee8c7b977c3da5c7e0e9dc1e3a9fe..db232e2f152848c324dd3b69f56073c72a32a8e4 100755
(executable)
--- a/
configure1.in
+++ b/
configure1.in
@@
-552,6
+552,7
@@
case "${configuration}" in
*-isc* ) opsys=isc3-0 ;;
*-esix* ) opsys=esix ;;
*-xenix* ) opsys=xenix ;;
+ *-sco3.2v4* ) opsys=sco4 ;;
## Otherwise, we'll fall through to the generic opsys code at the bottom.
esac
;;